home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Misc / Uupc 3.1 sources.sit / uupc 3.1 sources Folder / Mac specific / Unix lib / sio.proto.h < prev    next >
Encoding:
Text File  |  1994-09-01  |  952 b   |  29 lines  |  [TEXT/KAHL]

  1.  
  2. /* sio.c */
  3. int SIOInit(char *whichport, char *speed, char *phone);
  4. int SIOSpeed(char *speed);
  5. int SIOHandshake(int fInx, int fXOn, int fCTS, int xOn, int xOff);
  6. int SIOSetting(char *speed, int parity, int stopbits, int databits);
  7. int SIOInBuffer(char *buf, int size);
  8. int SIOOutBuffer(char *buf, int size);
  9. int SIOClose(int dtr);
  10. int sfflushout(void);
  11. int SIOSetFlowCtl(int software, int hardware);
  12. int SIOAllowInterrupts(int flag);
  13. int SIOInterrupt(void);
  14. int SIOBreak(int tenths);
  15. int SIOSetParity(int dataBitsCode, int parityCode);
  16. int SIOPurge(void);
  17. int SIOPutchar(char ch);
  18. int SIOWrite(char *buf, int count);
  19. int SIOAvail(void);
  20. int SIOWStr(char *st);
  21. int SIORead(char *byt, int mincount, int maxcount, long int tenths);
  22. int srdchk(void);
  23. int ssendbrk(int bnulls);
  24. int getn(char *cp, int cmin, int cmax, short refin);
  25. int SIOWriteBusy(void);
  26. int SIOIdle(void);
  27. int SIOEvent(EventRecord *anEvent);
  28. int putu(char *c, short count, short refout);
  29.